home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / T / time zone.cpt / time zone / background_3203.txt < prev    next >
Text File  |  1988-03-07  |  2KB  |  98 lines

  1. -- background: 3203 from stack: in
  2. -- bmap block id: 3350
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on idle
  8.   hide message
  9.   put the time into field "central"
  10.   put the seconds into time1
  11.   put time1 - 3600 into temp
  12.   convert temp to short time
  13.   put temp into field "mountain"
  14.   put time1 - 7200 into temp
  15.   convert temp to short time
  16.   put temp into field "pacific"
  17.   put time1 + 3600 into temp
  18.   convert temp to short time
  19.   put temp into field "eastern"
  20. end idle
  21.  
  22.  
  23.  
  24. -- part 3 (button)
  25. -- low flags: 00
  26. -- high flags: 0000
  27. -- rect: left=462 top=319 right=342 bottom=493
  28. -- title width / last selected line: 0
  29. -- icon id / first selected line: 2162 / 2162
  30. -- text alignment: 1
  31. -- font id: 0
  32. -- text size: 12
  33. -- style flags: 0
  34. -- line height: 16
  35. -- part name: Return
  36. ----- HyperTalk script -----
  37. on mouseUp
  38.   visual effect iris close
  39.   pop card
  40. end mouseUp
  41.  
  42.  
  43.  
  44. -- part 4 (field)
  45. -- low flags: 01
  46. -- high flags: 0002
  47. -- rect: left=119 top=248 right=260 bottom=175
  48. -- title width / last selected line: 0
  49. -- icon id / first selected line: 0 / 0
  50. -- text alignment: 0
  51. -- font id: 3
  52. -- text size: 9
  53. -- style flags: 0
  54. -- line height: 12
  55. -- part name: central
  56.  
  57.  
  58. -- part 5 (field)
  59. -- low flags: 01
  60. -- high flags: 0002
  61. -- rect: left=61 top=248 right=260 bottom=117
  62. -- title width / last selected line: 0
  63. -- icon id / first selected line: 0 / 0
  64. -- text alignment: 0
  65. -- font id: 3
  66. -- text size: 9
  67. -- style flags: 0
  68. -- line height: 12
  69. -- part name: mountain
  70.  
  71.  
  72. -- part 6 (field)
  73. -- low flags: 01
  74. -- high flags: 0002
  75. -- rect: left=5 top=248 right=260 bottom=59
  76. -- title width / last selected line: 0
  77. -- icon id / first selected line: 0 / 0
  78. -- text alignment: 0
  79. -- font id: 3
  80. -- text size: 9
  81. -- style flags: 0
  82. -- line height: 12
  83. -- part name: pacific
  84.  
  85.  
  86. -- part 7 (field)
  87. -- low flags: 01
  88. -- high flags: 0002
  89. -- rect: left=440 top=247 right=259 bottom=494
  90. -- title width / last selected line: 0
  91. -- icon id / first selected line: 0 / 0
  92. -- text alignment: 0
  93. -- font id: 3
  94. -- text size: 9
  95. -- style flags: 0
  96. -- line height: 12
  97. -- part name: eastern
  98.